projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db56d71
)
(sendmail-coding-system): Add autoload cookie.
author
Kenichi Handa
<handa@m17n.org>
Wed, 26 Feb 1997 13:08:35 +0000
(13:08 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Wed, 26 Feb 1997 13:08:35 +0000
(13:08 +0000)
Default value is nil.
lisp/mail/sendmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/sendmail.el
b/lisp/mail/sendmail.el
index 89fcfa2f4785fd7fcc5bff4597ad9b2d306404af..1ac0e958fb401cc8435710a08636a4fd29369bce 100644
(file)
--- a/
lisp/mail/sendmail.el
+++ b/
lisp/mail/sendmail.el
@@
-551,7
+551,8
@@
the user from the mailer."
;; This does the real work of sending a message via sendmail.
;; It is called via the variable send-mail-function.
-(defvar sendmail-coding-system 'coding-system-iso-2022-7
+;;;###autoload
+(defvar sendmail-coding-system nil
"Coding system to which to encode the mail.")
(defun sendmail-send-it ()